home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Calendars / PinkCal.Zip / setup.exe / 0 / RCDATA / TFORMDIRBOX / TFORMDIRBOX.txt
Text File  |  1997-10-28  |  2KB  |  86 lines

  1. object FormDirBox: TFormDirBox
  2.   Left = 250
  3.   Top = 218
  4.   BorderStyle = bsDialog
  5.   Caption = 'Directory selection'
  6.   ClientHeight = 220
  7.   ClientWidth = 391
  8.   Color = clSilver
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 192
  23.     Width = 28
  24.     Height = 13
  25.     Caption = 'Drive:'
  26.   end
  27.   object LabelTitle3: TLabel
  28.     Left = 8
  29.     Top = 16
  30.     Width = 162
  31.     Height = 13
  32.     Caption = 'Double-click a directory to select it'
  33.   end
  34.   object LabelTitle2: TLabel
  35.     Left = 9
  36.     Top = 1
  37.     Width = 3
  38.     Height = 13
  39.   end
  40.   object DirList: TDirectoryListBox
  41.     Left = 7
  42.     Top = 32
  43.     Width = 288
  44.     Height = 145
  45.     ItemHeight = 16
  46.     TabOrder = 0
  47.     OnChange = DirListChange
  48.   end
  49.   object DriveCombo: TDriveComboBox
  50.     Left = 50
  51.     Top = 191
  52.     Width = 191
  53.     Height = 19
  54.     DirList = DirList
  55.     TabOrder = 1
  56.   end
  57.   object ButtonCancel: TButton
  58.     Left = 305
  59.     Top = 151
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Cancel'
  63.     TabOrder = 2
  64.     OnClick = ButtonCancelClick
  65.   end
  66.   object ButtonOK: TButton
  67.     Left = 304
  68.     Top = 183
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&OK'
  72.     ModalResult = 1
  73.     TabOrder = 3
  74.     OnClick = ButtonOKClick
  75.   end
  76.   object ButtonCreateDir: TButton
  77.     Left = 304
  78.     Top = 32
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Create &Dir'
  82.     TabOrder = 4
  83.     OnClick = ButtonCreateDirClick
  84.   end
  85. end
  86.